object fmInspector: TfmInspector Left = 315 Top = 158 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Settings' ClientHeight = 449 ClientWidth = 679 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object pnTop: TPanel Left = 0 Top = 0 Width = 679 Height = 21 Align = alTop AutoSize = True BevelOuter = bvNone TabOrder = 0 DesignSize = ( 679 21) object cbObjects: TComboBox Left = 1 Top = 0 Width = 220 Height = 21 Style = csDropDownList Anchors = [akLeft, akTop, akRight] ItemHeight = 13 TabOrder = 0 OnChange = cbObjectsChange end end object mlFolders: TMLVGrid Left = 284 Top = 21 Width = 395 Height = 428 Align = alClient DefaultRowHeight = 16 DefaultDrawing = False FixedCols = 0 RowCount = 1 FixedRows = 0 Options = [goThumbTracking] TabOrder = 1 OnKeyDown = mlFoldersKeyDown OnMouseDown = mlFoldersMouseDown AltDrag = False AutoColResize = True AutoSearch = False MultiSelect = False ImmediateSelect = False OnDrawItemImage = mlFoldersDrawItemImage end object pnMove: TPanel Left = 221 Top = 21 Width = 63 Height = 428 Align = alLeft BevelOuter = bvNone TabOrder = 2 object btnCopy: TButton Left = 7 Top = 202 Width = 50 Height = 25 Caption = '>>>' Default = True TabOrder = 0 OnClick = btnCopyClick end end object sgInfo: TStringGrid Left = 0 Top = 21 Width = 221 Height = 428 Align = alLeft ColCount = 2 DefaultColWidth = 105 DefaultRowHeight = 16 RowCount = 1 FixedRows = 0 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSizing, goRowSelect] TabOrder = 3 end end